Welcome![Sign In][Sign Up]
Location:
Search - socket select

Search list

[Internet-Networkunblock_socket-udp-select

Description: 该程序是UDP方式的非阻塞网络socket通信代码,是我做语音设计时用的,供大家参考。-The program is a non-blocking UDP mode network socket communication code, I do voice design, for your reference.
Platform: | Size: 3072 | Author: enchen | Hits:

[Internet-Networkselect1

Description: socket select使用小例子,非常简单-socket select a small example of a very simple
Platform: | Size: 11264 | Author: 伍健 | Hits:

[Internet-Networksocket

Description: 在写LINUX SOCKET的时候,一个非常好的例子,里面有select的使用.-Write LINUX SOCKET, a very good example, select use.
Platform: | Size: 2048 | Author: 阿呆 | Hits:

[Internet-Networklinux-socket

Description: linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
Platform: | Size: 3072 | Author: | Hits:

[Internet-Networkselect

Description: linux系统select模式的socket编程-select mode socket programming
Platform: | Size: 3072 | Author: jet | Hits:

[Internet-NetworkSocket-CS

Description: SOCKET 客服端/服务器模式学习源码,利用select实现非阻塞模式-SOCKET service client/server model to study the source code, using the select a nonblocking mode
Platform: | Size: 4096 | Author: 杨广 | Hits:

[Internet-Networkqq_select

Description: 在Linux下创建udp套接字,select监听套接字实现局域网多人聊天。编译器G-Under Linux create udp socket, select the listening socket LAN multiplayer chat. GCC compiler
Platform: | Size: 1024 | Author: hanzhen | Hits:

[Linux-Unixselect-non-block

Description: 利用TCP/IP协议,使用socket编程模型和curses界面,实现基本聊天功能;分为服务器和客户端,服务器负责收发数据,以及对连接的客户端进行连接,客户端连接上服务器后就可以正常的通信。-Using TCP/IP protocol, the use of socket programming model and curses interface, to achieve the basic chat functions divided into server and client, server is responsible for sending and receiving data, and the connected clients to connect, the client can connect to the server after the normal communication.
Platform: | Size: 2048 | Author: 德良 | Hits:

[Internet-Networkselect-transfer-file

Description: socket的select传文件的实例-阻塞模式-select the socket file transfer instance- blocking mode
Platform: | Size: 8421376 | Author: chenfeng | Hits:

[Internet-NetworkselectPractice

Description: 通过实际编程,熟悉了Socket下select函数的使用机制,进一步加深了对Socket网络编程的认识和理解。-Through the actual programming, familiar with the use of Socket select function under the mechanism, and further deepened the Socket network programming knowledge and understanding.
Platform: | Size: 20294656 | Author: suyi | Hits:

[Internet-Networkselect

Description: liunx下sock套接字,使用TCP/IP协议,利用select实现多客户端并发服务机制-liunx next sock socket, using TCP/IP protocol, the use of select multi-client concurrent service mechanism
Platform: | Size: 1024 | Author: 晓帆 | Hits:

[TCP/IP stackselect

Description: 熟悉和了解select机制,更好的学习socket非阻塞编程-Knowledge and understanding of select mechanism, better learning nonblocking socket programming
Platform: | Size: 1024 | Author: turenjian | Hits:

[TCP/IP stackselect-socket

Description: socket编程,用select进行的,服务器可以响应多个客户端,控制台程序,简单,适合初学者。-socket programming carried by select the server can respond to multiple clients, the console program, simple, suitable for beginners.
Platform: | Size: 3960832 | Author: 施连甲 | Hits:

[Internet-Networkselect

Description: select封装的类,非常标准,实用,很多大型项目都在使用,是学习网络socket编程的很好入门和提高的资料-select type of package, very standard, practical, many large projects are in use, is a good learning network socket programming and improve data entry
Platform: | Size: 87040 | Author: 黄华 | Hits:

[Internet-Networksocket

Description: socket 通信,非阻塞模式。 select模式-socket communication, non-blocking mode. mode
Platform: | Size: 3072 | Author: xiaojun | Hits:

[JSP/JavaEasy chat

Description: 利用socket编程实现简易聊天室,语言选择JAVA语言(Using socket programming simple chat room, language select JAVA language)
Platform: | Size: 174080 | Author: 守得云开现月明 | Hits:

[Delphi VCLioctlsocket

Description: 一个delphi中用多种模式socket的示例,包括: 1、阻塞单线程 2、阻塞多线程 3、非阻塞模式 4、Select模式 5、WSAAsynSelect模式 6、IOCP模式 7、UPD通讯 非常经典!(An example of using multiple patterns of Delphi in socket, including: 1, blocking single thread 2, blocking multithreading 3, non blocking mode 4, Select mode 5, WSAAsynSelect mode 6, IOCP mode 7, UPD communication is very classic!)
Platform: | Size: 287744 | Author: hsanming | Hits:

[Windows DevelopMyProjects

Description: 1、下载解压之后,使用VC++ 6.0打开两个工程:一个是SocketServer和一个ClientSocket工程。 2、首先运行服务器端工程,选默认的端口1008 3、然后运行客户端工程,选默认的端口1008和默认的服务器地址 4、再运行多个客户端进程 5、如果一切正常,可以每个客户端的消息(1, Download decompression, use VC++ 6 to open two projects: one is SocketServer and a ClientSocket project. 2, first run the server side project, select the default port 1008 3, and then run the client project, select the default port 1008 and the default server address 4. Run multiple client processes again 5, if everything is normal, can be the message of each client)
Platform: | Size: 3609600 | Author: bjn | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:

[Internet-NetworkSelectEx_

Description: 实现了一个基于Socket编程的聊天室,服务器端采用的Select模型,客户端开启接收线程,并用环形缓冲区处理了粘包问题(A chat room based on Socket programming is realized, the Select model is used on the server side, the client opens the receiving thread, and the sticky problem is handled with the ring buffer)
Platform: | Size: 146432 | Author: mmmh7 | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net